@charset "utf-8";
.side-pannel { position: fixed; /*left: 65%;
	margin-left: 440px;*/ right: 30px; z-index: 9999; }
.side-bar { border-bottom: none; bottom: 100px; /*	background: #00b7b4;
*/ }
.side-bar a { display: block; cursor: pointer; width: 52px; height: 52px; /*	border-bottom: 2px solid #fff;
*/ position: relative; color: #676767; text-align: center; }
.side-bar a s { display: block; margin-left: auto; margin-right: auto; }
/*二维码*/
.side-bar a.qr s { position: absolute; top: 50%; }
.side-bar a.qr i { width: 192px; height: 183px; position: absolute; left: -192px; top: 50%; margin-top: -80px; display: none; background: url(../images/s_weixin_qrcode.png) 0 0; }
.side-bar a.qr:hover i { display: block; }
/*电话*/
.side-bar a.tel s { position: absolute; top: 50%; }
.side-bar a.tel i { width: 247px; height: 183px; position: absolute; left: -247px; top: 50%; margin-top: -85px; display: none; background: url(../images/s_tel.png) 0 0; }
.side-bar a.tel:hover i { display: block; }
/*在线咨询*/
.side-bar a.chat s { position: absolute; top: 50%; }
.side-bar a.chat i { width: 192px; height: 190px; position: absolute; left: -192px; top: 50%; margin-top: -85px; display: none; background: url(../images/s_kefu.png) 0 0; }
.side-bar a.chat:hover i { display: block; }
.g-icon-tel { width: 52px; height: 52px; margin-top: -17px; background-position: 1px 108px; }
.side-bar a.tel:hover s { width: 52px; height: 52px; margin-top: -17px; background-position: 50px 108px; }
.g-icon-chat { width: 52px; height: 52px; margin-top: -17px; background-position: 1px 53px; }
.side-bar a.chat:hover s { width: 52px; height: 52px; margin-top: -17px; background-position: 51px 53px; }
.g-icon-qr1 { width: 52px; height: 52px; margin-top: -17px; background-position: 0px -1px; }
.side-bar a.qr:hover s { width: 52px; height: 52px; margin-top: -17px; background-position: 0px -55px; }
.g-icon-qr1, .g-icon-tel, .g-icon-chat, .g-icon-top, .side-bar a.qr:hover s { background-image: url(../images/snav_bg.png); }
/*返回顶部*/
.side-bar a.gotop s { position: absolute; top: 9px; }
.g-icon-top { height: 52px; width: 52px; background-position: 52px 0px; }
